home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sun Solutions 2000 #2
/
Sun Solutions CD (Volume 2 2000)(Special Focus - Java Technologies)(Disc 1).ISO
/
products
/
Software
/
IntuitiveSystemsInc
/
_install
/
notwinOS.sh
< prev
next >
Wrap
Linux/UNIX/POSIX Shell Script
|
2000-02-11
|
201b
|
9 lines
#!/bin/sh
echo ""
echo "This Demo is for Microsoft Windows platforms only."
echo ""
echo "Hit Return or use your mouse to Quit this window."
read return
exit 0